MindFusion.Scheduling for ASP.NET Programmer's Guide
ItemCollection(T).AddRange Method
See Also
 





Adds the specified items to the collection.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public void AddRange (
    ItemCollection<T> items
)

Visual Basic  Copy Code

Public Sub AddRange( _
    items As ItemCollection(Of T) _
)

 Parameters

items

Type: ItemCollection(T)
A collection of items to add.

 See Also

ItemCollection(T) Members
ItemCollection(T) Class
MindFusion.Scheduling Namespace